a5ws_GetGroupsDialog Function

Syntax

C Result = a5ws_GetGroupsDialog()

Returns

ResultCharacter

List of security groups

Description

Returns a list of security groups defined for the current web project. Used in UX server-side events

Discussion

The a5ws_GetGroupsDialog() gets a list of security groups defined for the current web project. It has no input parameters and should be used in place of the a5ws_Get_Groups() function used in old versions of Alpha Anywhere.

See also the Context.Security.GetRoles() function.

Example

? a5ws_GetGroupsDialog()
= Accounting|80aa8d06b36249c3bb46a4df87088524
Administrator|4796f42a0eff4367917ec5a7fe312ce9
Management|76840e8905644031aaca76a285be4d8f
Staff|af3862f1d6a44457911d0acfb250848f
Users|6e62c4f28c5049fbbd172ccdf35b503e

See Also